From 134c5271c9f97d2b63b9b37ff7e0c4b5d60e56fb Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Mon, 2 Jan 2017 15:27:03 -0700 Subject: [PATCH] tweak gui app.pro file in an attempt to work around various qt distributions that use webkit instead of the newer webenginewidgets. --- gui/app.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/app.pro b/gui/app.pro index c5125072c..78761a06d 100755 --- a/gui/app.pro +++ b/gui/app.pro @@ -14,9 +14,9 @@ ICON = images/appicon.icns QT += core \ gui \ network \ - xml \ + xml -greaterThan(QT_MINOR_VERSION, 5) { +qtHaveModule(webenginewidgets) { QT += webenginewidgets DEFINES += HAVE_WEBENGINE } else { -- 2.30.2